tests: Add a big (many objects) pull
authorColin Walters <walters@verbum.org>
Wed, 18 Jan 2017 18:35:42 +0000 (13:35 -0500)
committerAtomic Bot <atomic-devel@projectatomic.io>
Mon, 23 Jan 2017 17:29:02 +0000 (17:29 +0000)
commitd1f4d9472005ab3d3614c56cc06b1c04f8c1c995
treee570f05f96fa3c75be8b1fef198cc44475c1abef
parent5c940987e768523ef1411b65bcaad09fba6befef
tests: Add a big (many objects) pull

This would be more likely to tickle things like
https://github.com/ostreedev/ostree/issues/601
reliably.

Also, while working on the curl backend, I hit on the fact that curl doesn't
queue (by default, you can enable) and will happily create 20000+ concurrent TCP
connections if you try. Having this test would have made that more likely to
fail.

Closes: #650
Approved by: giuseppe
Makefile-tests.am
tests/test-pull-many.sh [new file with mode: 0755]